home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / lxlt121.zip / lxLite / API / lxrc.cmd < prev    next >
OS/2 REXX Batch file  |  1997-02-25  |  194b  |  9 lines

  1. @echo off
  2.  rc -n lxlite.rc ..\lxlite.exe
  3.  if errorlevel 1 goto end
  4.  rc -n os2api.rc ..\lxlite.exe
  5.  if errorlevel 1 goto end
  6.  ..\lxlite.exe /yur ..\lxlite.exe
  7.  del *.res 1>nul 2>nul
  8. :end
  9.